Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / SparseArray<T> Class
The type of elements in the list.
Members


In This Topic
    SparseArray<T> Class
    In This Topic
    Represents a strongly typed arry of objects that can be accessed by index. Provides methods to manipulate objects.
    Syntax
    'Declaration
     
    
    Public Class SparseArray(Of T As IEquatable(Of T)) 
    'Usage
     
    
    Dim instance As SparseArray(Of T)
    public class SparseArray<T> 
    where T: IEquatable<T>
    Type Parameters
    T
    The type of elements in the list.
    Inheritance Hierarchy

    System.Object
       GrapeCity.Spreadsheet.SparseArray<T>

    See Also